.banner-div{
    width: 95% !important;
    height: auto;
    position: relative;
    margin: auto;
    padding: 20px 0 0 0;
  }
  .banner-div img{
    width: 100% !important;
    height: 100%;
  }
.gaushala-hero p{
    font-size: 1.5rem;
}
.donation-section button{
    top: 8.5%;
    right: 10%;
    z-index: 10;
}
.donation-section{
    position: relative;
}
.donation-section h2{
    padding: 25px 0;
    font-size: 1.5rem;
    background-color: rgb(237, 232, 232);
    color: crimson;
    text-shadow: none;
}
.hero-section {
    width: 95%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
    padding: 30px 0;
}

.content-box-of-hero {
    width: 50%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* flex-grow: 1; */
}

.content-box-of-hero-div1 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 30px;
}

.content-box-of-hero-div1-btn {
    width: auto;
    padding: 10px;
    border-radius: 100%;
    background-color: lightseagreen;
    color: white;
    border-width: 3px;
    border-style: outset;
    border-color: yellow blue pink black;
}

.content-box-of-hero-div1-div2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.content-box-of-hero-div1-div2 h3, .achievement-box h3{
    font-size: 1.5rem;
    color: orange;
}
.content-box-of-hero-div1-div2 p{
    color: rgb(89, 83, 83);
}
.image-box-of-hero {
    width: 45%;
    height: 450px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.image-box-of-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}

.image-div-box {
    width: 90%;
    height: 90%;
    position: absolute;
    left: -10px;
    top: -10px;
    background-color: transparent;
    border: 10px solid gray;
    z-index: 1;
}
.image-div-box-2{
    width: 95%;
    height: 95%;
    position: absolute;
    top: 20px;
    background-color: transparent;
    border: 10px solid orangered;
    z-index: -1;
}
.heading-achievement{
    font-size: 2.5rem;
    color: rgb(74, 57, 57);
}
.achievement-box{
    flex-direction: row-reverse;
    padding: 60px 0;
}
@media screen and (max-width:1200px) {
    .donation-section h2{
        padding-bottom: 100px !important;
        position: relative;
    }
    .donation-section button{
        right: 39%;
        top: 15%;
    }
}
@media screen and (max-width:1024px) {
    .hero-section{
        flex-direction: column;
        height: auto;
        gap: 20px;
    }
    .content-box-of-hero,.image-box-of-hero{
        width: 90%;
    }
    .heading-achievement{
        font-size: 2rem;
    }
    
    .donation-section button{
        right: 40%;
        top: 12%;
    }
}

@media screen and (max-width:768px) {
    .gaushala-hero p{
        font-size: 1rem;
        margin-top: 10px;
    }
    .donation-section button{
        top: 11%;
        right: 38%;
    }
}

/* @media screen and (max-width:550px) {
    .donation-section button{
        right: 38%;
        z-index: 10;
    }
} */